html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
    Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB",
    "Microsoft Yahei", sans-serif;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

[hidefocus],
summary {
  outline: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}

sup,
sub {
  font-size: 83%;
}

pre,
code,
kbd,
samp {
  font-family: inherit;
}

q:before,
q:after {
  content: none;
}

textarea {
  overflow: auto;
  resize: none;
}

label,
summary {
  cursor: default;
}

a,
button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}

textarea,
input,
button,
select,
keygen,
legend {
  font: 12px/1.14 Microsoft YaHei, \5b8b\4f53;
  color: #333;
  outline: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* function */
.f-cb:after,
.f-cbli li:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}

.f-cb,
.f-cbli li {
  zoom: 1;
}

.f-ib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.f-dn {
  display: none;
}

.f-db {
  display: block;
}

.f-vh {
  visibility: hidden;
}

.f-fl {
  float: left;
}

.f-fr {
  float: right;
}

.f-pa {
  position: absolute;
}

.f-pr {
  position: relative;
}

.f-prz {
  position: relative;
  zoom: 1;
}

.f-oh {
  overflow: hidden;
}

.f-ff0 {
  font-family: arial, \5b8b\4f53;
}

.f-ff1 {
  font-family: "Microsoft YaHei", \5fae\8f6f\96c5\9ed1, arial, \5b8b\4f53;
}

.f-fs1 {
  font-size: 12px;
}

.f-fs2 {
  font-size: 14px;
}

.f-fs3 {
  font-size: 18px;
}

.f-fs4 {
  font-size: 34px;
}

.f-fwn {
  font-weight: normal;
}

.f-fwb {
  font-weight: bold;
}

.f-tal {
  text-align: left;
}

.f-tac {
  text-align: center;
}

.f-tar {
  text-align: right;
}

.f-taj {
  text-align: justify;
  text-justify: inter-ideograph;
}

.f-vam,
.f-vama * {
  vertical-align: middle;
}

.f-wsn {
  word-wrap: normal;
  white-space: nowrap;
}

.f-pre {
  overflow: hidden;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}

.f-wwb {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}

.f-ti {
  overflow: hidden;
  text-indent: -30000px;
}

.f-ti2 {
  text-indent: 2em;
}

.f-lhn {
  line-height: normal;
}

.f-tdu,
.f-tdu:hover {
  text-decoration: underline;
}

.f-tdn,
.f-tdn:hover {
  text-decoration: none;
}

.f-toe {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.f-csp {
  cursor: pointer;
}

.f-csd {
  cursor: default;
}

.f-csh {
  cursor: help;
}

.f-csm {
  cursor: move;
}

.f-usn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.f-df {
  display: flex;
}
.f-fdc {
  flex-direction: column;
}
.flex-1 {
  flex: 1;
}
/*自定义*/
html,
body {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  min-height: 100vh;
  display: flex;
  background-color: #fff;
  flex-direction: column;
  color: #fff;
}

button {
  border: 0;
}

a {
  text-decoration: none;
  /* color: #fff; */
}

a:visited {
  text-decoration: none;
  /* color: #fff; */
}

a:link {
  text-decoration: none;
  /* color: #fff; */
}

.header {
  opacity: 1;
  height: 90px;
  background: transparent;
  /* box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.05); */
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  color: #ffffff;
}
.header.top_lv1 {
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  backdrop-filter: blur(6px);
}
.header.top_lv3 {
  background: #ffffff;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
}
.header.top_lv2 {
  background: #ffffff;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
}

.h-logo {
  width: 360px;
  text-align: right;
}
ul.h-navlist {
  list-style: none;
  padding-left: 40px;
}
.h-tel {
  width: 22%;
}
.logo-img {
  display: inline-block;
  width: 165px;
  height: 60px;
  margin-top: 15px;
  background: url("../images/logo.png") 0 0/100% 100%;
}
.top_lv2 .logo-img,
.top_lv1 .logo-img {
  background: url("../images/logo2.png") 0 0/100% 100%;
}
.top_lv3 .logo-img,
.top_lv1 .logo-img {
  background: url("../images/logo2.png") 0 0/100% 100%;
}
.tel-ct {
  font-family: SourceHanSansCN-Medium;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: left;
  line-height: 30px;
  font-weight: 500;
  padding: 5px;
  background: rgba(255, 255, 255, 0.25);
  border: 0.5px solid rgba(255, 255, 255, 0.65);
  border-radius: 28px;
  width: 320px;
  margin-top: 25px;
  text-indent: 15px;
}
.top_lv2 .tel-ct,
.top_lv3 .tel-ct,
.top_lv1 .tel-ct {
  color: #3296fa;
  background: rgba(37, 140, 255, 0.05);
  border: 0.5px solid rgba(255, 255, 255, 0.65);
}

.navli {
  font-family: SourceHanSansCN-Regular;
  font-size: 20px;
  letter-spacing: 0;
  text-align: center;
  /* text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); */
  /* font-weight: 500; */
  display: inline-block;
  line-height: 90px;
  cursor: pointer;
  position: relative;
  user-select: none;
  width: 142px;
  text-align: center;
  transition: all 0.1s;
}
.navli.active,
.navli:hover {
  opacity: 1;
  font-size: 22px;
  font-weight: 500;
}
.navli:hover .nav-child {
  font-size: 16px;
}
.navli.has-child:hover .nav-child {
  display: flex;
}
.navli .has-child {
  position: relative;
}
.navli .nav-child {
  display: none;
  position: absolute;
  border-radius: 10px;
  background-color: #fff;
  bottom: 0px;
  left: 50%;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  transform: translate(-50%, 100%);
  flex-wrap: wrap;
  justify-content: space-between;
  /* padding: 10px; */
  border: 1.5px solid rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  font-size: 16px !important;
}
.navli .nav-child.one-row {
  width: auto;
  padding: 16px 20px;
}

.navli .nav-child.full {
  display: none;
  position: fixed;
  border-radius: 0px;
  background-color: #fff;
  top: 90px;
  left: 0px;
  border-radius: 5px;
  overflow: hidden;
  width: 100% !important;
  flex-wrap: wrap;
  transform: none;
  justify-content: space-between;
  border-top: 1px solid #f2f2f2;
  /* padding: 10px; */
  height: 168px;
  padding: 0 30% 0 20%;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.navli .nav-child.full > div {
  width: auto;
  height: 38px;
  line-height: 38px;
  height: 78px;
  line-height: 78px;
  display: flex;
  justify-content: flex-start;
}
.navli .nav-child.full > div > div {
  width: 220px;
  height: 78px;
  line-height: 78px;
  display: flex;
  justify-content: flex-start;
}
.navli .nav-child.full > div > div a {
  display: flex;
  justify-content: flex-start;
}
.navli .nav-child.full > div > div a img {
  width: 34px;
  height: 34px;
  margin-right: 10px;
}
.navli:hover .nav-child.full > div:hover {
  background: none;
  color: rgba(0, 0, 0, 0.65);
}
.navli:hover .nav-child.full > div:hover a {
  background: none;
  color: rgba(0, 0, 0, 0.65);
}

.navli .nav-child > div {
  height: 40px;
  width: 96px;
  color: rgba(0, 0, 0, 0.65);
  letter-spacing: 0;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  line-height: 20px;
}
.navli .nav-child > div a {
  color: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.navli .nav-child.center > div a {
  justify-content: center;
}

.navli .nav-child > div.active a {
  color: #248bfe;
}
.navli:hover .nav-child > div.active {
  color: #248bfe;
}
/* .navli:hover .nav-child > div:hover {
  color: #248bfe;
} */
.navli .nav-child > div:hover a {
  color: #248bfe;
}

.navli.active::after {
  background: #fff;
  bottom: 12px;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 32px;
  border-radius: 2.5px;
}

.top_lv1 .navli.active,
.top_lv1 .navli:hover,
.top_lv2 .navli.active,
.top_lv2 .navli:hover {
  color: #3296fa;
}
.top_lv3 .navli.active,
.top_lv3 .navli:hover {
  color: #3296fa;
}
.top_lv1 .navli.active::after,
.top_lv2 .navli.active::after {
  background: #3296fa;
}
.top_lv3 .navli.active::after {
  background: #3296fa;
}

.ico-tel {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/icon_consult_call.png);
  background-size: contain;
  vertical-align: top;
}
span.tel-span {
  display: inline-block;
  text-indent: 2px;
}
.main-wrap {
  min-height: 800px;
  border-bottom-right-radius: 60px;
  background: #fff;
  z-index: 9;
  overflow-x: hidden;
}
.footer {
  height: 640px;
  width: 100%;
  background-color: #3b3b3b;
  margin-top: -95px;
}
.ft-wrap {
  width: 1440px;
  margin: 0px auto 0px;
  height: 100%;
}
.ft-part1 {
  height: 78%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 150px;
  display: flex;
  padding-bottom: 80px;
}
.ft-part2 {
  padding: 35px 0px;
}
.ftpt-item {
  font-family: SourceHanSansCN-Medium;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0;
  font-weight: 500;
}
.ftpt-item a {
  color: rgba(255, 255, 255, 0.45);
}
li.friend-li {
  display: inline-block;
}
a.friend-a::after {
  width: 3px;
  height: 3px;
  display: inline-block;
  content: "";
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 2px;
}
.friend-li:last-child a.friend-a::after {
    width: 0;
}
.f-mgt15 {
  margin-top: 15px;
}
.friend-b::after {
  width: 2px;
  height: 18px;
  display: inline-block;
  content: "";
  background: rgba(255, 255, 255, 0.45);
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: -4px;
}
.flex-2 {
  flex: 2.5;
}
.flex-12 {
  flex: 1.5;
}
.fxitem-title {
  font-family: SourceHanSansCN-Medium;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 30px;
}
a.fxitem-a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
}
a.fxitem-a span:hover,
a.friend-b:hover,
a.friend-a:hover,
a.friend-a2:hover {
  color: #fff;
}
.fxitem-span {
  font-family: SourceHanSansCN-Medium;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0;
  font-weight: 500;
  line-height: 28px;
}
.fxitem-time {
  font-family: SourceHanSansCN-Medium;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0;
  font-weight: 500;
}
.font-18 {
  font-size: 18px;
}
.connect-right {
	margin-left: 80px;
    margin-top: -10px;
    position: relative;
}
span.qr-tips {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
    font-weight: 500;
    margin-top: 5px;
    margin-left: 0px;
    display: block;
    width: 115px;
}
img.qrcode {
    margin-left: 5px;
}
.connect-right::after {
    width: 2px;
    height: 135px;
    display: block;
    position: absolute;
    content: "";
    background-image: linear-gradient( rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0) );
    left: -40px;
    top: 0;
}
img.slider-img {
  width: 100%;
  min-height: 492px;
  background-color: #3b3b3b;
}
.slider-bg {
  position: relative;
}
.banner-slide > div {
  position: relative;
  font-size: 0px;
}
.slider-tips {
  position: absolute;
  left: 20%;
  top: 40%;
}
.sltip-tt {
  font-family: SourceHanSansCN-Bold;
  font-size: 48px;
  color: #ffffff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
  font-weight: 700;
}
.sltip-st {
  opacity: 0.9;
  font-family: SourceHanSansCN-Regular;
  font-size: 26px;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: 400;
  margin-top: 10px;
}
.item-tt {
  position: relative;
  height: 62px;
  padding-top: 60px;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  text-align: center;
  line-height: 30px;
  margin-bottom: 50px;
}
.item-tt.mrt0{
	margin-bottom: 0;
}
.item-tt::after {
  bottom: 0px;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  background: #3296fa;
  border-radius: 2px;
}
.main-item {
  min-height: 300px;
}
.slide-ct {
  cursor: default;
  position: relative;
  width: 100%;
  height: 530px;
  overflow: hidden;
  margin: 70px 0;
  display: flex;
}
.main-item.ryzz {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.main-item.product {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.main-item.ryzz .product-list {
  width: 100%;
  margin-top: 30px;
}
.main-item.product .product-list {
  width: 100%;
  margin-top: 30px;
}
.ryzs-ct {
  cursor: default;
  position: relative;
  width: 90%;
  height: 530px;
  overflow: hidden;
  margin: 70px auto 0;
  display: flex;
}
.ryzs-card {
  display: inline-block;
  margin-right: 32px;
  width: 300px;
  height: 413px;
  background: #fffeff;
  border: 1.5px solid rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  color: #fff;
}
.ryzs-card .card-text-p1 {
  color: #fff;
}
.ryzs-card:last-child {
  margin-right: 0;
}
.ryzs-text {
  width: 300px;
  height: 286px;
  margin-top: -436px;
  background: url(../images/icon_symbol2.png);
  background-position: 15px 180px;
  background-repeat: no-repeat;
  border: 1.5px solid rgba(50, 150, 250, 1);
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  position: absolute;
  z-index: 9;
  color: #000;
  background-color: rgba(50, 150, 250, 0.9);
  display: none;
  padding-top: 150px;
}
.ryzs-img {
  width: 280px;
  height: 394px;
  margin: 10px;
}
.ryzs-card:hover .ryzs-text {
  display: block;
}
.bg-gray {
  background: #f5f5f7;
}
.item-wrap {
  width: 100%;
  padding-bottom: 70px;
}
.item-card {
  display: inline-block;
  margin-right: 30px;
}
.tempWrap{
	max-width: 100%;
}
.product .product-list .item-card img {
  width: 380px;
  height: 279px;
  /* object-fit: cover; */
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.card-text {
  width: 360px;
  height: 280px;
  margin-top: -55px;
  background: url(../images/bg_hx_normol.jpg);
  background-size: contain;
  border: 1.5px solid rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.07);
  border-radius: 6px;
  position: absolute;
  z-index: 9;
  color: #000;
}
.card-text:hover {
  background: url("../images/bg_hx_hover.jpg");
  background-size: contain;
  border: 1.5px solid rgba(50, 150, 250, 1);
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  color: #fff;
}
.card-text-p1,
.ryzs-text-p1 {
  font-family: SourceHanSansCN-Medium;
  font-size: 26px;
  margin-top: 50px;
  padding-left: 30px;
}
.card-text-p1 {
  font-size: 22px;
  font-weight: normal;
}
.ryzs-text-p1 {
  padding-left: 20px;
}

.card-text-p2,
.ryzs-text-p2 {
  font-family: SourceHanSansCN-Regular;
  font-size: 20px;
  color: #848b99;
  font-weight: 400;
  margin-top: 15px;
  margin-left: 30px;
  line-height: 30px;
}
.card-text-p2 {
  font-size: 16px;
  font-weight: normal;
}
.ryzs-text-p1 {
  color: #fff;
}
.ryzs-text-p2 {
  color: rgba(255, 255, 255, 0.75);
}
.card-text:hover .card-text-p2 {
  color: #ffffff;
}
.go-btn {
  position: absolute;
  background: #3296fa;
  border-radius: 2px;
  width: 120px;
  color: #fff;
  margin-left: 30px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  bottom: 35px;
}
.go-btn a {
  color: #fff;
}
.gsdt-wrap {
  display: flex;
  justify-content: center;
  background: url(../images/bg_home.png);
  background-repeat: no-repeat;
}
.gsdt {
  color: rgba(0, 0, 0, 0.85);
  /* padding-left: 240px; */
  height: 496px;
  display: flex;
  padding-top: 60px;
justify-content: center;
}
.gstd-ads {
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.07);
  width: 764px;
  height: 440px;
  margin-right: 50px;
}
img.gsdt-img {
  width: 744px;
  height: 420px;
  margin-top: 10px;
  margin-left: 10px;
  object-fit: cover;
}
.item-wrap.pdt20 {
  padding-bottom: 20px;
}
ul.gsdt-list {
  width: 640px;
  max-height: 440px;
}
ul.gsdt-list .gsli-img {
  display: none;
}
.f-dn{
	display: none;
}
li.gsdt-li {
  display: flex;
  height: 65px;
  line-height: 65px;
  font-family: SourceHanSansCN-Regular;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 400;
  border-bottom: 1px dashed rgba(220, 220, 221, 1);
  cursor: pointer;
}
li.gsdt-li .gsli-comment {
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
}
li.gsdt-li:hover .gsli-time , li.gsdt-li.active .gsli-time{
    text-align: left;
}
li.gsdt-li:hover .gsli-tt , li.gsdt-li.active .gsli-tt{
  line-height: 30px;
  white-space: break-spaces;
  text-overflow: initial;
}
li.gsdt-li:hover .gsli-comment {
  display: block;
}
li.gsdt-li.active .gsli-comment {
  display: block;
}
li.gsdt-li:hover .gsli-img {
  display: block;
}
li.gsdt-li.active .gsli-img {
  display: block;
}
li.gsdt-li:hover {
  /* color: #3296fa; */
  height: auto;
  padding: 15px 0px;
}
li.gsdt-li.active {
  /* color: #3296fa; */
  height: auto;
  padding: 15px 0px;
}
.gsli-tt {
  flex: 1;
  line-height: 60px;
}
.gsli-time {
  width: 130px;
  text-align: right;
  color: rgba(132, 139, 153, 0.85);
}
/* .gsdt-li.li-big {
  min-height: 138px;
  border-bottom: 0;
  line-height: 30px;
  padding-top: 20px;
} */
.gsli-img {
  width: 190px;
  height: 140px;
  margin-right: 20px;
}
img.gsimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gsli-comment {
  flex: 1;
}
.gsli-comment .gsli-time {
  text-align: right;
  line-height: 55px;
}
/* 媒体查询监听小屏幕 */
@media screen and (max-width: 1500px) {
}

.main-color {
  color: #3296fa !important;
}

/* 媒体查询监听小屏幕 */
@media screen and (max-width: 1600px) {
  html {
    zoom: 0.833;
  }
}
@media screen and (max-width: 1500px) {
  html {
    zoom: 0.781;
  }
}
@media screen and (max-width: 1440px) {
  html {
    zoom: 0.75;
  }
}
@media screen and (max-width: 1366px) {
  html {
    zoom: 0.711;
  }
}
@media screen and (max-width: 1200px) {
  html {
    zoom: 0.62;
  }
}
.mt_f10 {
  margin-top: -10% !important;
}
.mt_f15 {
  margin-top: -15% !important;
}
.mt_f20 {
  margin-top: -20% !important;
}
